Convert process to a diagram
type
transformer
description
Create a high level diagram of the process
actor
GitHub CI
input
- Process simplified yaml file
output
- Process diagram image
instructions
-
Using mermaid syntax, create a shape based on the element type: Skewed rectangle for an input-output, rectangle for a transformer
-
Use the 'handle' as text for the each element
-
Draw an arrow from every 'input-output' to every
transformerthat calls it asinput -
Draw an arrow from every 'transformer' to every
input-outputthat call asoutput -
When the diagram is finished export a PNG file
-
Save the PNG file to the repo's output folder, name it as 'process-diagram.png'